
| BCWorkPackageTemplate Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: BlueCieloECM.InnoCielo.Meridian.Server
 Syntax
SyntaxThe BCWorkPackageTemplate type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CheckTemplate | 
            Checks the work area template for errors.
             | 
|  | Dispose | 
            Releases the underlying wrapped object explicitly.
            (Inherited from DisposableObject.) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetSequence | 
            Returns a sequence with the specified name.
            If the sequence does not exist, creates it.
            (Inherited from BCRepositoryObject.) | 
|  | GetSequenceList | 
            Returns an array of all available sequences.
            (Inherited from BCRepositoryObject.) | 
|  | GetState | 
            Gets the state with the specified ID property value.
             | 
|  | GetTransition | 
            Gets the transition with the specified ID property value.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | LoadProperties | 
            Returns a property collection for a property set with the specified name.
            (Inherited from BCRepositoryObject.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | NewState | 
            Creates a new state.
             | 
|  | NewState(String) | 
            Creates a new state with the specified name.
             | 
|  | NewTransition | 
            Creates a new transition.
             | 
|  | NewTransition(String) | 
            Creates a new transition with the specified name.
             | 
|  | OnDispose | 
            The method is called on the Dispose method call.
            Derived classes should override the method to perform custom disposing.
            (Inherited from DisposableObject.) | 
|  | SaveProperties | 
            Saves a property collection.
            (Inherited from BCRepositoryObject.) | 
|  | ThrowIfDisposed | 
            Throws the ObjectDisposedException exception if 
            the underlying object has been disposed.
            (Inherited from DisposableObject.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AccessRights | 
            Gets access rights of the work package template.
             | 
|  | AMClass | 
            Gets a class that represents a work area of the template.
             | 
|  | ColumnPropertyDefCollection | 
            Gets the collection of properties that are shown as 
            columns in the "All Documents in work area" view.
             | 
|  | Description | 
            Gets or sets a comment text about the type of work area.
             | 
|  | DisplayName | 
            Gets or sets the display name of the template.
             | 
|  | DocRefDirection | 
            Gets or sets the direction of document references included in the result.
             | 
|  | DocRefType | 
            Gets or sets the document reference type used to limit the document references.
             | 
|  | Environment | 
            Gets the environment the template is defined in.
             | 
|  | Extendable | 
            Gets the extended object.
            (Inherited from BCRepositoryObject.) | 
|  | ID | 
            Gets the value that uniquely identifies the template.
             | 
|  | IncludeReferenced | 
            Gets or sets a value that defines what references are included in the result.
             | 
|  | InitialState | 
            Gets the initial state for a new work area.
             | 
|  | IsDisposed | 
            Gets a value indicating whether the object has been disposed of. 
            (Inherited from DisposableObject.) | 
|  | MaintainHistory | 
            Gets or sets a value indicating whether history is kept during the lifetime of the work area.
             | 
|  | Name | 
            Gets or set the internal name of the template.
             | 
|  | OnImportDocument | 
            Gets or sets the state to set when importing documents.
             | 
|  | Repository | 
            Gets the repository to which the object belongs.
            (Inherited from BCRepositoryObject.) | 
|  | RetainHistory | 
            Gets or sets a value indicating whether history for this work area is retained after it reaches its end state.
             | 
|  | Securable | 
            Gets the secured object.
            (Inherited from BCRepositoryObject.) | 
|  | States | 
            Gets the collection of all states defined in the template.
             | 
|  | Transitions | 
            Gets the collection of all transitions defined in the template.
             | 
|  | UnderlyingObject | 
            Gets the underlying wrapped object. 
            (Inherited from DisposableObject.) | 
|  | VaultLevelAllowed | 
            Gets or sets a value indicating whether work areas can be created from the template in the main area.
             | 
|  | WorkIsolationMode | 
            Gets or sets a value indicating whether the Work Isolation mode 
            has been enabled for the work area.
             | 
 Remarks
Remarks See Also
See Also